home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_7 / PlaceObject2_295_121 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-01-15  |  121b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    _alpha = 0;
  3.    if(this.hitTest(_root.player))
  4.    {
  5.       _root.fadeOut.play();
  6.    }
  7. }
  8.